-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI configurable MaxNumSpans while retrieving spans from ES. #1283
Add CLI configurable MaxNumSpans while retrieving spans from ES. #1283
Conversation
Signed-off-by: Annanay <annanay.a@media.net>
My only question is are we ok with changing behavior that people are used to? If people upgrade jaeger, they'll automatically be hit with the 10000 limit and not know about it. Perhaps if no limit is set, we don't apply a default limit? |
Codecov Report
@@ Coverage Diff @@
## master #1283 +/- ##
======================================
Coverage 100% 100%
======================================
Files 161 161
Lines 7198 7206 +8
======================================
+ Hits 7198 7206 +8
Continue to review full report at Codecov.
|
@black-adder; this makes sense. However, we could mention the reasons for adopting such a limit in the docs (that it could overwhelm the query-service) and mention that it could be overwritten using the flag in the release notes. |
please add to the changelog. is the behavior actually different from before? I thought we already had another 10k limit in the code. |
This is being reverted in #4336 |
Signed-off-by: Annanay annanay.a@media.net
Which problem is this PR solving?
Short description of the changes